3.323 \(\int x^m \sqrt {d+c^2 d x^2} (a+b \sinh ^{-1}(c x))^2 \, dx\)

Optimal. Leaf size=199 \[ \frac {d \text {Int}\left (\frac {x^m \left (a+b \sinh ^{-1}(c x)\right )^2}{\sqrt {c^2 d x^2+d}},x\right )}{m+2}+\frac {x^{m+1} \sqrt {c^2 d x^2+d} \left (a+b \sinh ^{-1}(c x)\right )^2}{m+2}-\frac {2 b c x^{m+2} \sqrt {c^2 d x^2+d} \left (a+b \sinh ^{-1}(c x)\right )}{(m+2)^2 \sqrt {c^2 x^2+1}}+\frac {2 b^2 c^2 x^{m+3} \sqrt {c^2 d x^2+d} \, _2F_1\left (\frac {1}{2},\frac {m+3}{2};\frac {m+5}{2};-c^2 x^2\right )}{(m+2)^2 (m+3) \sqrt {c^2 x^2+1}} \]

[Out]

x^(1+m)*(a+b*arcsinh(c*x))^2*(c^2*d*x^2+d)^(1/2)/(2+m)-2*b*c*x^(2+m)*(a+b*arcsinh(c*x))*(c^2*d*x^2+d)^(1/2)/(2
+m)^2/(c^2*x^2+1)^(1/2)+2*b^2*c^2*x^(3+m)*hypergeom([1/2, 3/2+1/2*m],[5/2+1/2*m],-c^2*x^2)*(c^2*d*x^2+d)^(1/2)
/(2+m)^2/(3+m)/(c^2*x^2+1)^(1/2)+d*Unintegrable(x^m*(a+b*arcsinh(c*x))^2/(c^2*d*x^2+d)^(1/2),x)/(2+m)

________________________________________________________________________________________

Rubi [A]  time = 0.14, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int x^m \sqrt {d+c^2 d x^2} \left (a+b \sinh ^{-1}(c x)\right )^2 \, dx \]

Verification is Not applicable to the result.

[In]

Int[x^m*Sqrt[d + c^2*d*x^2]*(a + b*ArcSinh[c*x])^2,x]

[Out]

Defer[Int][x^m*Sqrt[d + c^2*d*x^2]*(a + b*ArcSinh[c*x])^2, x]

Rubi steps

\begin {align*} \int x^m \sqrt {d+c^2 d x^2} \left (a+b \sinh ^{-1}(c x)\right )^2 \, dx &=\int x^m \sqrt {d+c^2 d x^2} \left (a+b \sinh ^{-1}(c x)\right )^2 \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.29, size = 0, normalized size = 0.00 \[ \int x^m \sqrt {d+c^2 d x^2} \left (a+b \sinh ^{-1}(c x)\right )^2 \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[x^m*Sqrt[d + c^2*d*x^2]*(a + b*ArcSinh[c*x])^2,x]

[Out]

Integrate[x^m*Sqrt[d + c^2*d*x^2]*(a + b*ArcSinh[c*x])^2, x]

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sqrt {c^{2} d x^{2} + d} {\left (b^{2} \operatorname {arsinh}\left (c x\right )^{2} + 2 \, a b \operatorname {arsinh}\left (c x\right ) + a^{2}\right )} x^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(c^2*d*x^2+d)^(1/2)*(a+b*arcsinh(c*x))^2,x, algorithm="fricas")

[Out]

integral(sqrt(c^2*d*x^2 + d)*(b^2*arcsinh(c*x)^2 + 2*a*b*arcsinh(c*x) + a^2)*x^m, x)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(c^2*d*x^2+d)^(1/2)*(a+b*arcsinh(c*x))^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:sym2
poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

________________________________________________________________________________________

maple [A]  time = 1.22, size = 0, normalized size = 0.00 \[ \int x^{m} \sqrt {c^{2} d \,x^{2}+d}\, \left (a +b \arcsinh \left (c x \right )\right )^{2}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(c^2*d*x^2+d)^(1/2)*(a+b*arcsinh(c*x))^2,x)

[Out]

int(x^m*(c^2*d*x^2+d)^(1/2)*(a+b*arcsinh(c*x))^2,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {c^{2} d x^{2} + d} {\left (b \operatorname {arsinh}\left (c x\right ) + a\right )}^{2} x^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(c^2*d*x^2+d)^(1/2)*(a+b*arcsinh(c*x))^2,x, algorithm="maxima")

[Out]

integrate(sqrt(c^2*d*x^2 + d)*(b*arcsinh(c*x) + a)^2*x^m, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.01 \[ \int x^m\,{\left (a+b\,\mathrm {asinh}\left (c\,x\right )\right )}^2\,\sqrt {d\,c^2\,x^2+d} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(a + b*asinh(c*x))^2*(d + c^2*d*x^2)^(1/2),x)

[Out]

int(x^m*(a + b*asinh(c*x))^2*(d + c^2*d*x^2)^(1/2), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{m} \sqrt {d \left (c^{2} x^{2} + 1\right )} \left (a + b \operatorname {asinh}{\left (c x \right )}\right )^{2}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*(c**2*d*x**2+d)**(1/2)*(a+b*asinh(c*x))**2,x)

[Out]

Integral(x**m*sqrt(d*(c**2*x**2 + 1))*(a + b*asinh(c*x))**2, x)

________________________________________________________________________________________